home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 February
/
PCpro_2005_02.ISO
/
files
/
opensource
/
jEdit_4.2
/
jedit42install.exe
/
{app}
/
jars
/
QuickNotepad.jar
/
QuickNotepadToolPanel$2.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2004-08-26
|
534 b
|
16 lines
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class QuickNotepadToolPanel$2 implements ActionListener {
// $FF: synthetic field
private final QuickNotepadToolPanel this$0;
QuickNotepadToolPanel$2(QuickNotepadToolPanel var1) {
this.this$0 = var1;
}
public void actionPerformed(ActionEvent var1) {
QuickNotepadToolPanel.access$000(this.this$0).saveFile();
}
}